Return list of subjects
GET
/subjects
Content-Type:application/json
filter by title title={title}
Query results must not be null or greater than 0
{
id: int,
title: string,
description: string,
icon:string,
color: string,
createdtime: datetime,
modifiedtime: datetime
{
{sucess: false}